projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc2157c
)
(main): Invoke syms_of_floatfns even if LISP_FLOAT_TYPE
author
Paul Eggert
<eggert@twinsun.com>
Tue, 10 Aug 1993 04:14:17 +0000
(
04:14
+0000)
committer
Paul Eggert
<eggert@twinsun.com>
Tue, 10 Aug 1993 04:14:17 +0000
(
04:14
+0000)
isn't defined, since `(floor A B)' is now needed for integers.
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index f0bb6eaf4df2ed5f86aa455469b7f6e51152e0f4..321edbe15e549ca5a875ba2947affed4e1b15038 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-536,9
+536,7
@@
main (argc, argv, envp)
syms_of_print ();
syms_of_eval ();
syms_of_fns ();
-#ifdef LISP_FLOAT_TYPE
syms_of_floatfns ();
-#endif
syms_of_abbrev ();
syms_of_buffer ();